home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue62 / outlook / Weblook / WebModule.dfm < prev    next >
Encoding:
Text File  |  2000-08-06  |  1.0 KB  |  50 lines

  1. object WeblookWM: TWeblookWM
  2.   OldCreateOrder = False
  3.   Actions = <
  4.     item
  5.       Default = True
  6.       Name = 'DefaultAction'
  7.       OnAction = WeblookWMDefaultActionAction
  8.     end
  9.     item
  10.       MethodType = mtGet
  11.       Name = 'Calendar'
  12.       PathInfo = '/calendar'
  13.       OnAction = WeblookWMCalendarAction
  14.     end
  15.     item
  16.       MethodType = mtGet
  17.       Name = 'Contacts'
  18.       PathInfo = '/contacts'
  19.       OnAction = WeblookWMContactsAction
  20.     end
  21.     item
  22.       MethodType = mtGet
  23.       Name = 'Tasks'
  24.       PathInfo = '/tasks'
  25.       OnAction = WeblookWMTasksAction
  26.     end
  27.     item
  28.       MethodType = mtGet
  29.       Name = 'Notes'
  30.       PathInfo = '/notes'
  31.       OnAction = WeblookWMNotesAction
  32.     end
  33.     item
  34.       MethodType = mtGet
  35.       Name = 'Inbox'
  36.       PathInfo = '/inbox'
  37.       OnAction = WeblookWMInboxAction
  38.     end
  39.     item
  40.       MethodType = mtGet
  41.       Name = 'Today'
  42.       PathInfo = '/today'
  43.       OnAction = WeblookWMTodayAction
  44.     end>
  45.   Left = 729
  46.   Top = 107
  47.   Height = 275
  48.   Width = 400
  49. end
  50.